FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / IAsyncActionWithProgress<TProgress> Interface
Properties Methods

In This Topic
    IAsyncActionWithProgress<TProgress> Interface Members
    In This Topic

    The following tables list the members exposed by IAsyncActionWithProgress<TProgress>.

    Public Properties
     NameDescription
     PropertyGets or sets the method that handles the action completed event.  
     PropertyGets an exception occurs in the asynchronous operation. (Inherited from C1.Win.C1Document.IAsyncInfo)
     PropertyGets the handle of the asynchronous operation. (Inherited from C1.Win.C1Document.IAsyncInfo)
     PropertyGets or sets the method that receives progress events.  
     PropertyGets a value that indicates the status of the asynchronous operation. (Inherited from C1.Win.C1Document.IAsyncInfo)
    Top
    Public Methods
     NameDescription
     MethodCancels the asynchronous operation. (Inherited from C1.Win.C1Document.IAsyncInfo)
     MethodCloses the asynchronous operation. (Inherited from C1.Win.C1Document.IAsyncInfo)
     MethodReturns the results of the action.  
    Top
    See Also